largefilematcher <- liftAnnex largeFilesMatcher
annexdotfiles <- liftAnnex $ getGitConfigVal annexDotFiles
addunlockedmatcher <- liftAnnex $
- ifM (annexSupportUnlocked <$> Annex.getGitConfig)
+ ifM (annexAssistantAllowUnlocked <$> Annex.getGitConfig)
( Just <$> addUnlockedMatcher
, return Nothing
)
* Support ssh remotes with '#' and '?' in the path to the repository,
the same way git does.
+ * assistant: Fix reversion that caused files to be added locked by
+ default.
-- Joey Hess <id@joeyh.name> Mon, 20 Oct 2025 15:22:30 -0400